home *** CD-ROM | disk | FTP | other *** search
- Subject: Creating bitmaps from resources.
- Sent: 3/8/96 9:32 PM
- Received: 3/8/96 10:51 AM
- From: Pavel V. Skribtsov, scribcov@super.scph.mipt.ru
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- 1.I could not manage to create an instance of the FW_PBitmap class from
- the PICT resource directy. Seems the constructor of this class from
- the FW_CResource file doesn't work on Mac.
-
- 2. Instead , I create now FW_PPicture from the resource file and then
- I create bitmap from the FW_PPicture. I think I found a bug then : if
- there is not a destructed instance of FW_CBitmapContext class and I
- call the constructor for FW_PBitmap from FW_PPicture , my poor
- PowerMac 8100AV crashes. I think , there might be some deep bugs with
- GrafPort s or something like that. I am not even sure if you are
- able to reproduce this bug , but I would recommend you to check
- "everything there".
-
- Ok, thanks for attention. Pavel Skribtsov.
-